if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  set.horizon(0);
  position(o0,57,164);
  v6 = 1;
  status.line.on();
  accept.input();
  load.view(17);
  set.view(o1,17);
  set.view(o2,17);
  position(o1,11,29);
  position(o2,131,29);
  animate.obj(o1);
  animate.obj(o2);
  draw(o1);
  draw(o2);
  set.view(o3,17);
  set.loop(o3,1);
  position(o3,9,61);
  animate.obj(o3);

  draw(o3);
  v6 = 1;
  draw(o0);
  load.view(22);
  set.view(o5,22);
  animate.obj(o5);

  v6 = 1;
  position(o5,80,100);
  draw(o5);
  wander(o5);
  load.view(20);
  set.view(o7,20);
  animate.obj(o7);
  wander(o7);
  position(o7,70,100);
  draw(o7);
  set.horizon(0);
  load.view(21);
  set.view(o8,21);
  animate.obj(o8);
  wander(o8);
  position(o8,5,100);
  draw(o8);
  load.view(231);
  set.view(o4,231);
  animate.obj(o4);
  position(o4,60,60);
  draw(o4);
  show.pic();
  print("Mamma mia, here I go again my, my how can I resist you");
}
if (v2 == 3) {
  new.room(10);
}
if (said("examine","wall")) {
  print("It's just like the wall next door.");
}
if (said("examine","stage")) {
  print("Cool stage ,man.");
}
if (said("examine","speaker")) {
  print("Dont go near them you could get killed.");
}
if (said("examine","customers")) {
  print("There's a rich guy ,an idian and it looks like Al Pond is here too.");
}
if (said("examine","al")) {
  print("You see........Al Pond.");
}
if (said("ask","al")) {
  print("Lefty: Hi.");
  print("Al: Who are you.");
  print("Lefty: No one.");
  print("Al: good.");
  print("Lefty: Bye.");
  print("Al: Bye.");
}
if (said("sing")) {
  print("Mamma mia, here I go again.");
}
if (said("holler")) {
  print("Buuuuuuuuu you suck.");
}
if (said("throw","pickle")) {
  print("They dont suck that much.");
}
if (said("applaud")) {
  print("No way am I going to do that.");
}
if (said("leak")) {
  print("Ouh.....that feals good.");
}
if (said("board","away")) {
  print("Only you can do that.");
}
if (said("examine","ceiling")) {
  print("There's nothing special.");
}
if (said("examine","backstage")) {
  print("I cant see there.");
}
if (said("examine","curb")) {
  print("It's pretty dirty.");
}
if (said("examine")) {
  print("It's the so called 'karaoke night' today. The song called Mamma mia is "
        "right now");
}
if (said("dance")) {
  print("I better not.");
}
return();